Board
Board.Core
PauseScreenCustomButtonPressedHandler(string, BoardPauseAudioTrack[]) Delegate
Represents the method that will handle the customPauseScreenButtonPressed event of the BoardApplication class.
public delegate void PauseScreenCustomButtonPressedHandler(string customButtonId, Board.Core.BoardPauseAudioTrack[] audioTracks);
Parameters
customButtonId System.String
The identifier of the custom button that was tapped by the user.
audioTracks BoardPauseAudioTrack[]
The new state of all audio tracks.